func runtime.getLockRank
5 uses
runtime (current package)
lock_spinbit.go#L150: lockWithRank(l, getLockRank(l))
lockrank_off.go#L19: func getLockRank(l *mutex) lockRank {
mfinal.go#L94: lockWithRankMayAcquire(&finlock, getLockRank(&finlock))
rwmutex.go#L76: lockWithRankMayAcquire(&rw.rLock, getLockRank(&rw.rLock))
traceruntime.go#L76: lockWithRankMayAcquire(&trace.lock, getLockRank(&trace.lock))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)